Skip to content

chore(dev-deps): remove @types/tar#2838

Merged
sjinks merged 1 commit into
trunkfrom
remove-stub-types
May 12, 2026
Merged

chore(dev-deps): remove @types/tar#2838
sjinks merged 1 commit into
trunkfrom
remove-stub-types

Conversation

@sjinks
Copy link
Copy Markdown
Member

@sjinks sjinks commented May 11, 2026

Remove @types/tar because these type definitions are a stub.

npm warn deprecated @types/tar@7.0.87: This is a stub types definition.
tar provides its own type definitions, so you do not need this installed.

Remove `@types/tar` because these type definitions is a stub.

> npm warn deprecated @types/tar@7.0.87: This is a stub types definition.
> tar provides its own type definitions, so you do not need this installed.
@sjinks sjinks self-assigned this May 11, 2026
Copilot AI review requested due to automatic review settings May 11, 2026 23:45
@github-actions
Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

  • package.json

@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes the deprecated stub package @types/tar from the dev dependency set, relying instead on the tar package’s built-in TypeScript definitions (the repo already depends on tar directly).

Changes:

  • Drop @types/tar from devDependencies in package.json.
  • Remove @types/tar from npm-shrinkwrap.json (both the top-level dependency list and the node_modules/@types/tar entry).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Removes deprecated stub @types/tar dev dependency; tar is already present and provides its own types.
npm-shrinkwrap.json Updates lockfile to fully remove @types/tar and its resolved metadata entry.
Files not reviewed (1)
  • npm-shrinkwrap.json: Language not supported

@sjinks sjinks merged commit 223d940 into trunk May 12, 2026
23 checks passed
@sjinks sjinks deleted the remove-stub-types branch May 12, 2026 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants